Exemple #1
0
 public RoleRepository(AllInOneContext allInOneContext)
 {
     _allInOneContext = allInOneContext;
 }
Exemple #2
0
 public UserRepository(AllInOneContext allInOneContext)
 {
     _allInOneContext = allInOneContext;
 }
 public AgricultureRepository(AllInOneContext allInOneContext)
 {
     _allInOneContext = allInOneContext;
 }
Exemple #4
0
 public ProductRepository(AllInOneContext allInOneContext)
 {
     _allInOneContext = allInOneContext;
 }
 public PriceRepository(AllInOneContext allInOneContext)
 {
     _allInOneContext = allInOneContext;
 }