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