Ejemplo n.º 1
0
        public static vw_客戶對應資訊數量統計Repository Getvw_客戶對應資訊數量統計Repository()
        {
            var repository = new vw_客戶對應資訊數量統計Repository();

            repository.UnitOfWork = GetUnitOfWork();
            return(repository);
        }
Ejemplo n.º 2
0
 public View1Controller()
 {
     repo = RepositoryHelper.Getvw_客戶對應資訊數量統計Repository();
 }