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