AutoregisteredClasses.Services.CustomerService.Customers C# (CSharp) 메소드

Customers() 공개 메소드

public Customers ( ) : string
리턴 string
        public string Customers()
        {
            return "some customers";
        }
CustomerService