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