Example #1
0
 //private List<Invoice> InvoicesShown;
 public InvoicesController(KindergarterContext context)
 {
     _context = context;
     //InvoicesShown = new List<Invoice>();
 }
Example #2
0
 public PediatriciansController(KindergarterContext context)
 {
     _context = context;
 }
Example #3
0
 public PurchasesController(KindergarterContext context)
 {
     _context = context;
 }
Example #4
0
 public SequencesController(KindergarterContext context)
 {
     _context = context;
 }
Example #5
0
 public ActivityTemplatesController(KindergarterContext context)
 {
     _context = context;
 }
Example #6
0
 public EnrollActivitiesController(KindergarterContext context)
 {
     _context = context;
 }
Example #7
0
 public EnrollmentsController(KindergarterContext context)
 {
     _context = context;
 }
Example #8
0
 public InvoiceController(KindergarterContext context)
 {
     _context = context;
 }
Example #9
0
 public TutorController(KindergarterContext context)
 {
     _context = context;
 }
Example #10
0
 public ReceiptsController(KindergarterContext context)
 {
     _context = context;
 }
Example #11
0
 public ItemsController(KindergarterContext context)
 {
     _context = context;
 }
Example #12
0
 public ProvidersController(KindergarterContext context)
 {
     _context = context;
 }
Example #13
0
 public ActivityController(KindergarterContext context)
 {
     _context = context;
 }
Example #14
0
 public ProductsController(KindergarterContext context)
 {
     _context = context;
 }
Example #15
0
 public ServiceController(KindergarterContext context)
 {
     _context = context;
 }
Example #16
0
 public KidController(KindergarterContext context)
 {
     _context = context;
 }