示例#1
0
        public static View_客戶資訊清單Repository GetView_客戶資訊清單Repository()
        {
            var repository = new View_客戶資訊清單Repository();

            repository.UnitOfWork = GetUnitOfWork();
            return(repository);
        }
示例#2
0
        public static View_客戶資訊清單Repository GetView_客戶資訊清單Repository(IUnitOfWork unitOfWork)
        {
            var repository = new View_客戶資訊清單Repository();

            repository.UnitOfWork = unitOfWork;
            return(repository);
        }