次のパブリック クラスを使用できない理由:
namespace OrganizerUI.App_code
{
public class Employee
{
private string text;
public string Text
{
get { return text; }
set { text = value; }
}
}
}
私の中でweb service
: