public CustomersController(PicashDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public LoansController(PicashDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ZonesController(PicashDbContext context)
 {
     _context = context;
 }
 public CollectionsController(PicashDbContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public HolydaysController(PicashDbContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public AddressesController(PicashDbContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public InstallmentsController(PicashDbContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public RoutesController(PicashDbContext context)
 {
     _context = context;
 }
 public DebtCollectorsController(PicashDbContext context)
 {
     _context = context;
 }