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