Ejemplo n.º 1
0
 public ControllerBase(ISlackUow uow) { this.uow = uow; }
Ejemplo n.º 2
0
 public IdentityService(ISlackUow uow) { this.uow = uow; }
Ejemplo n.º 3
0
 public ProfileController(ISlackUow uow, IIdentityService identityService)
     :base(uow)
 { this.identityService = identityService; }
Ejemplo n.º 4
0
 public MessageController(ISlackUow uow)
 :base(uow) { }
 public ConversationController(ISlackUow uow)
     :base(uow) { }