public ExternalUserRepository(IPosDBContext posDBContext)
 {
     _posDBContext = posDBContext;
 }
Beispiel #2
0
 public ProductRepository(IPosDBContext posDBContext)
 {
     _posDBContext = posDBContext;
 }