示例#1
0
 public Repository(CContext _context)
 {
     Context = _context;
 }
示例#2
0
 public Repository()
 {
     Context = new CContext();
 }