コード例 #1
0
ファイル: LoginManage.cs プロジェクト: SunHaoer/AngularJSTest
 private void SetInitDataBase(long userId)
 {
     phoneDao.InitPhoneDataBase();
     brandDao.InitBrandDataBase();
     brandTypeDao.InitBrandTypeDataBase();
     brandTypeProductNoDao.InitBrandTypeProductNoDataBase();
     typeYearDao.InitTypeYearDataBase();
     deleteReasonDao.InitDeleteReasonDataBase();
     InitUserTempPhone(userId);
     InitUserStepTable(userId);
 }