Esempio n. 1
0
 public OperationalLogController(IOperationalLogServices operationalLogServices)
 {
     _operationalLogServices = operationalLogServices;
 }
 public OperationalLogFilterAttribute(IOperationalLogServices operationalLogServices)
 {
     _operationalLogServices = operationalLogServices;
 }