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