Ejemplo n.º 1
0
 public TaskRepository(PharmatiseContext pharmatiseContext) : base(pharmatiseContext)
 {
 }
 public DeliveryRepository(PharmatiseContext pharmatiseContext) : base(pharmatiseContext)
 {
 }
 public CompanyRepository(PharmatiseContext pharmatiseContext) : base(pharmatiseContext)
 {
 }
Ejemplo n.º 4
0
 public OrderRepository(PharmatiseContext pharmatiseContext) : base(pharmatiseContext)
 {
 }