public MessagingController(MessagingContext context, IUserMock user)
 {
     this._context             = context;
     this._user                = user;
     this._loggerCommunication = new LoggerCommunication();
 }
Пример #2
0
 public CommentsController(CommentsContext context, IUserMock user)
 {
     this._context             = context;
     this._user                = user;
     this._loggerCommunication = new LoggerCommunication();
 }
Пример #3
0
 public ProductsAndServicesController(ProductsAndServicesContext context)
 {
     this._context             = context;
     this._loggerCommunication = new LoggerCommunication();
 }