예제 #1
0
 public NashGamingRepository(NashGamingContext a_context)
 {
     context = a_context;
 }
예제 #2
0
 public NashGamingRepository()
 {
     context = new NashGamingContext();
 }