Esempio n. 1
0
 public UserService(DeliveryNetContext ctx)
 {
     _context = ctx;
 }
Esempio n. 2
0
 public BackendService(DeliveryNetContext ctx)
 {
     _context = ctx;
 }
Esempio n. 3
0
 public CityService(DeliveryNetContext ctx)
 {
     _context  = ctx;
     AllCities = GetMain();
 }
Esempio n. 4
0
 public NewsService(DeliveryNetContext ctx)
 {
     _context = ctx;
 }
Esempio n. 5
0
 public PageService(DeliveryNetContext ctx)
 {
     _context = ctx;
 }
Esempio n. 6
0
 public TicketsService(DeliveryNetContext ctx)
 {
     _context = ctx;
 }
Esempio n. 7
0
 public GoodsService(DeliveryNetContext ctx)
 {
     _context = ctx;
     AllGoods = GetMain();
 }