Ejemplo n.º 1
0
        private static CustomUserAccountServiceWithAttrFix GetUserAccountServiceModifiedAtr(CustomDatabaseWithAttrFix database)
        {
            var repo = new CustomUserAccountRepositoryWithAttrFix(database);
            var svc  = new CustomUserAccountServiceWithAttrFix(CustomConfigWithAttrFix.Config, repo);

            return(svc);
        }
Ejemplo n.º 2
0
 private static CustomUserAccountServiceWithAttrFix GetUserAccountServiceModifiedAtr(CustomDatabaseWithAttrFix database)
 {
     var repo = new CustomUserAccountRepositoryWithAttrFix(database);
     var svc = new CustomUserAccountServiceWithAttrFix(CustomConfigWithAttrFix.Config, repo);
     return svc;
 }