示例#1
0
 public static void DoFeedActiveCustomer(int id)
 {
     ActiveUserController.SetActiveCustomer(CustomerController.DoSearchCustomer(id));
 }
示例#2
0
 public static String[] DoCustomerLogin(String username, String password)
 {
     return(CustomerController.DoSearchCustomer(username, password));
 }