public static 客戶相關資訊數量Repository Get客戶相關資訊數量Repository(IUnitOfWork unitOfWork) { var repository = new 客戶相關資訊數量Repository(); repository.UnitOfWork = unitOfWork; return repository; }
public static 客戶相關資訊數量Repository Get客戶相關資訊數量Repository() { var repository = new 客戶相關資訊數量Repository(); repository.UnitOfWork = GetUnitOfWork(); return repository; }