Example #1
0
 public SupplierTypeApiController(ISupplierTypeService supplierTypeService)
 {
     this._supplierTypeService = supplierTypeService;
 }
Example #2
0
 public SupplierTypeController(ISupplierTypeService supplierType, IEventLogService eventLogService)
 {
     _supplierType    = supplierType;
     _eventLogService = eventLogService;
 }