예제 #1
0
 public Repository(SunsmartContext context)
 {
     this.context = context;
     entities     = context.Set <T>();
 }
예제 #2
0
 public UserDataManager(SunsmartContext context)
 {
     this.context = context;
 }