Esempio n. 1
0
 public UserService(TSDbContext TSDbContext)
 {
     _context = TSDbContext;
 }
Esempio n. 2
0
 public BaseService(TSDbContext ctx)
 {
     this.ctx = ctx;
 }