Пример #1
0
 public GrupoAppService(BaseAppService baseAppService, HttpClient http)
 {
     _baseAppService = baseAppService;
     _http           = http;
 }
 public UsuarioAppService(BaseAppService baseApp, HttpClient http)
 {
     _baseAppService = baseApp;
     _http           = http;
 }