Пример #1
0
 public async Task <List <PAFunctionalRolesModel> > GetAllPAFunctionalRoles()
 {
     return(await _rfqDataAcess.GetAllPAFunctionalRoles());
 }