예제 #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));
 }