コード例 #1
0
 public KarmaRepository(KarmaContext context)
 {
     _context = context;
     _entries = new Dictionary <string, Entry>();
 }
コード例 #2
0
 public ReasonRepository(KarmaContext context)
 {
     _context = context;
 }