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