public CategoryEntity(DbEntity dbEntity)
 {
     this.db = dbEntity;
 }
Exemple #2
0
 public UserEntity(DbEntity dbEntity)
 {
     this.db = dbEntity;
 }