Exemple #1
0
 public object GetAllClients()
 {
     return(Ok(_mapper.Map <List <ClientModel> >(clientApiService.GetAll())));
 }