Пример #1
0
 public Repository(CContext _context)
 {
     Context = _context;
 }
Пример #2
0
 public Repository()
 {
     Context = new CContext();
 }