Message in Greek (Ελληνικά)
Δεν είναι δυνατόν να υπάρχουν, στην ίδια σύμβαση, δύο λειτουργίες με το ίδιο όνομα. Οι μέθοδοι <var>X</var> και <var>Y</var> στον τύπο <var>Type Name</var> παραβιάζουν αυτόν τον κανόνα. Μπορείτε να αλλάξετε το όνομα μίας από τις λειτουργίες, αλλάζοντας το όνομα της μεθόδου ή χρησιμοποιώντας την ιδιότητα Name (όνομα) της OperationContractAttribute.
Unlocalized message
Cannot have two operations in the same contract with the same name, methods <var>X</var> and <var>Y</var> in type <var>Type Name</var> violate this rule. You can change the name of one of the operations by changing the method name or by using the Name property of OperationContractAttribute.
Search by Google