Beispiel #1
0
 public ReportService(Barayand.DAL.Context.BarayandContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public StateRepository(Barayand.DAL.Context.BarayandContext context) : base(context)
 {
     _context = context;
 }
Beispiel #3
0
 public TicketRepository(Barayand.DAL.Context.BarayandContext context) : base(context)
 {
     _context = context;
 }