public EFAnalytic(ESHContext eSHContext)
 {
     _context = eSHContext;
 }
 public SupplyRepository(ESHContext context) : base(context)
 {
 }
Exemple #3
0
 public ESHRepository(ESHContext context)
 {
     _context = context;
 }