コード例 #1
0
ファイル: Program.cs プロジェクト: SteelsenS/MR_Dtk_Issue
        private static CustomUserAccountServiceWithDtkFix GetUserAccountServiceModifiedAll(CustomDatabaseWithDtkFix database)
        {
            var repo = new CustomUserAccountRepositoryWithDtkFix(database);
            var svc  = new CustomUserAccountServiceWithDtkFix(CustomConfigWithDtkFix.Config, repo);

            return(svc);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: SteelsenS/MR_Dtk_Issue
 private static CustomUserAccountServiceWithDtkFix GetUserAccountServiceModifiedAll(CustomDatabaseWithDtkFix database)
 {
     var repo = new CustomUserAccountRepositoryWithDtkFix(database);
     var svc = new CustomUserAccountServiceWithDtkFix(CustomConfigWithDtkFix.Config, repo);
     return svc;
 }