Exemplo n.º 1
0
 public async Task<NewtonsoftJsonActionResult<ValidateResult<CrmEntity>>> GetAgreement(UserDetailRequest model)
 {
     return await _appUser.GetAgreement(model.id);
 }