Exemple #1
0
 public CustomerDocumentRepository()
 {
     _context = new PeepalbotEntities();
 }
 public AccountRepository()
 {
     _context = new PeepalbotEntities();
 }
Exemple #3
0
 public TransactionTypeRepository()
 {
     _context = new PeepalbotEntities();
 }
 public DocumentTypeRepository()
 {
     _context = new PeepalbotEntities();
 }
Exemple #5
0
 public DepartmentRepository()
 {
     _context = new PeepalbotEntities();
 }
Exemple #6
0
 public PositionRepository()
 {
     _context = new PeepalbotEntities();
 }