public BatchController(IBatchAdminService batchAdminService)
 {
     _batchAdminService = batchAdminService;
 }
Beispiel #2
0
 public BatchController(IBatchAdminService batchAdminService)
 {
     _batchAdminService = batchAdminService;
 }