コード例 #1
0
 public DeployFileService(SDBContext context,
                          ICosmoService cosmoService,
                          IBLOBService bLOBService)
 {
     this.context      = context;
     this.cosmoService = cosmoService;
     this.bLOBService  = bLOBService;
 }
コード例 #2
0
 public RoleService(SDBContext context)
 {
     this.context = context;
 }
コード例 #3
0
ファイル: UserService.cs プロジェクト: Geek-Bakers/Projekt
 public UserService(SDBContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public ClassesController(SDBContext SDBContext)
 {
     _SDBContext = SDBContext;
 }
コード例 #5
0
 public StudentsController(SDBContext context)
 {
     _context = context;
 }