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