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