Beispiel #1
0
 public PersonController(PersonContext context, api.clients.ITodoApiClient todoApiClient)
 {
     _context       = context;
     _todoApiClient = todoApiClient;
 }
 public TodoComponentController(ITodoApiClient todoApiClient, IWorkbenchAppService workbenchAppService)
 {
     _todoApiClient       = todoApiClient;
     _workbenchAppService = workbenchAppService;
     _logger = Log.ForContext <TodoComponentController>();
 }