Exemplo n.º 1
0
 public WorkersController(IWorkersRepo repo)
 {
     this.repo = repo;
 }
Exemplo n.º 2
0
 public StatController(IStat _stat, IWorkersRepo _Repo)
 {
     stat        = _stat;
     workersRepo = _Repo;
 }
Exemplo n.º 3
0
 protected internal WorkersPage(IWorkersRepo r, ApplicationDbContext c = null) : base(r, c)
 {
 }