Example #1
0
 public TaskService(TorshiqDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public UserService(TorshiqDbContext context)
 {
     this.context = context;
 }