示例#1
0
 public StashRepository(TCContext context)
 {
     _context = context;
     InitContextStuff();
 }
示例#2
0
 public StashRepository()
 {
     _context = new TCContext();
     InitContextStuff();
 }