コード例 #1
0
 public CustomersController(PicashDbContext context)
 {
     _context = context;
 }
コード例 #2
0
 public LoansController(PicashDbContext context)
 {
     _context = context;
 }
コード例 #3
0
 public ZonesController(PicashDbContext context)
 {
     _context = context;
 }
コード例 #4
0
 public CollectionsController(PicashDbContext context)
 {
     _context = context;
 }
コード例 #5
0
 public HolydaysController(PicashDbContext context)
 {
     _context = context;
 }
コード例 #6
0
 public AddressesController(PicashDbContext context)
 {
     _context = context;
 }
コード例 #7
0
 public InstallmentsController(PicashDbContext context)
 {
     _context = context;
 }
コード例 #8
0
 public RoutesController(PicashDbContext context)
 {
     _context = context;
 }
コード例 #9
0
 public DebtCollectorsController(PicashDbContext context)
 {
     _context = context;
 }