예제 #1
0
 public ServiceChargeRepository(ToebEntities context) : base(context)
 {
 }
예제 #2
0
 public UserRepository(ToebEntities context) : base(context)
 {
 }
예제 #3
0
 public StateRepository(ToebEntities context) : base(context)
 {
 }