コード例 #1
0
 public GrupoAppService(BaseAppService baseAppService, HttpClient http)
 {
     _baseAppService = baseAppService;
     _http           = http;
 }
コード例 #2
0
 public UsuarioAppService(BaseAppService baseApp, HttpClient http)
 {
     _baseAppService = baseApp;
     _http           = http;
 }