public TicketsRepository()
 {
     _context = new BrowserCallsContext();
 }
示例#2
0
 public TicketsRepository()
 {
     _context = new BrowserCallsContext();
 }