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