コード例 #1
0
 public HCustomers GetCustomerInfoByLogin(string username, string password)
 {
     return(BusinessObjectManager.GetCustomerDataByLogin(username, password));
 }