コード例 #1
0
ファイル: CategoryEntity.cs プロジェクト: hoalong317/ProjBlog
 public CategoryEntity(DbEntity dbEntity)
 {
     this.db = dbEntity;
 }
コード例 #2
0
ファイル: UserEntity.cs プロジェクト: hoalong317/ProjBlog
 public UserEntity(DbEntity dbEntity)
 {
     this.db = dbEntity;
 }