Esempio n. 1
0
 public DeployFileService(SDBContext context,
                          ICosmoService cosmoService,
                          IBLOBService bLOBService)
 {
     this.context      = context;
     this.cosmoService = cosmoService;
     this.bLOBService  = bLOBService;
 }
Esempio n. 2
0
 public RoleService(SDBContext context)
 {
     this.context = context;
 }
Esempio n. 3
0
 public UserService(SDBContext context)
 {
     this.context = context;
 }
Esempio n. 4
0
 public ClassesController(SDBContext SDBContext)
 {
     _SDBContext = SDBContext;
 }
 public StudentsController(SDBContext context)
 {
     _context = context;
 }