Esempio n. 1
0
 public CommonDbResponse Signup(LoginCommon customer)
 {
     return(_repo.Signup(customer));
 }