public StatusRepository(PTOTMTWebAPIContext context)
 {
     this._context = context;
 }
Exemplo n.º 2
0
 public FlexTypeRepository(PTOTMTWebAPIContext context)
 {
     this._context = context;
 }
Exemplo n.º 3
0
 public TeamRepository(PTOTMTWebAPIContext context)
 {
     this._context = context;
 }
 public RequestTypeRepository(PTOTMTWebAPIContext context)
 {
     this._context = context;
 }
Exemplo n.º 5
0
 public QuotaRepository(PTOTMTWebAPIContext context)
 {
     this._context = context;
 }
Exemplo n.º 6
0
 public LocationRepository(PTOTMTWebAPIContext context)
 {
     this._context = context;
 }
 public UnitOfWorkWebAPI(PTOTMTWebAPIContext _context)
 {
     context = _context;
 }