Exemplo n.º 1
0
 public InvoicesController(AptekaDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DoctorRepository(AptekaDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 3
0
 public baseRepository(AptekaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 4
0
 public MedicineRepository(AptekaDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 5
0
 public PresciptionRepository(AptekaDbContext dbContext) : base(dbContext)
 {
 }