Example #1
0
 public static CustomerDetails validateSignIn(CustomerDetails customer)
 {
     return(CustomerRespository.LoginValidate(customer));
 }