コード例 #1
0
 public ChurrasRepositorie()
 {
     this._context = new ChurrasDbContext();
 }
コード例 #2
0
 public ParticipanteRepositorie()
 {
     this._context = new ChurrasDbContext();
 }