Exemplo n.º 1
0
 public AdotarsController(AdotarContext context, IApiApplicationService apiApplicationService)
 {
     _context = context;
     this.apiApplicationService = apiApplicationService;
 }
Exemplo n.º 2
0
 public AdotarsController(AdotarContext context)
 {
     _context = context;
 }