public MessagingController(MessagingContext context, IUserMock user)
 {
     this._context             = context;
     this._user                = user;
     this._loggerCommunication = new LoggerCommunication();
 }
Esempio n. 2
0
 public CommentsController(CommentsContext context, IUserMock user)
 {
     this._context             = context;
     this._user                = user;
     this._loggerCommunication = new LoggerCommunication();
 }
Esempio n. 3
0
 public ProductsAndServicesController(ProductsAndServicesContext context)
 {
     this._context             = context;
     this._loggerCommunication = new LoggerCommunication();
 }