Exemplo n.º 1
0
 public CrmResponse <AccountUserModel> AccountLogin(AccountLoginModel loginModel)
 {
     return(_accounthelper.AccountLogin(loginModel));
 }