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