Example #1
0
        public static 客戶資料ViewRepository Get客戶資料ViewRepository(IUnitOfWork unitOfWork)
        {
            var repository = new 客戶資料ViewRepository();

            repository.UnitOfWork = unitOfWork;
            return(repository);
        }
Example #2
0
        public static 客戶資料ViewRepository Get客戶資料ViewRepository()
        {
            var repository = new 客戶資料ViewRepository();

            repository.UnitOfWork = GetUnitOfWork();
            return(repository);
        }
Example #3
0
 public static 客戶資料ViewRepository Get客戶資料ViewRepository(IUnitOfWork unitOfWork)
 {
     var repository = new 客戶資料ViewRepository();
     repository.UnitOfWork = unitOfWork;
     return repository;
 }
Example #4
0
 public static 客戶資料ViewRepository Get客戶資料ViewRepository()
 {
     var repository = new 客戶資料ViewRepository();
     repository.UnitOfWork = GetUnitOfWork();
     return repository;
 }