コード例 #1
0
ファイル: APP_USERS_BLL.cs プロジェクト: coinci/CHubMVC
 public APP_USERS_BLL(CHubEntities db)
 {
     dal = new APP_USERS_DAL(db);
 }
コード例 #2
0
ファイル: APP_USERS_BLL.cs プロジェクト: coinci/CHubMVC
 public APP_USERS_BLL()
 {
     dal = new APP_USERS_DAL();
 }