You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
487 B

4 days ago
  1. using NFine.Data;
  2. using NFine.Domain._03_Entity.SystemManage;
  3. using NFine.Domain._04_IRepository.SystemManage;
  4. using NFine.Domain.Entity.SystemManage;
  5. using NFine.Domain.IRepository.SystemManage;
  6. using System;
  7. using System.Collections.Generic;
  8. using System.Linq;
  9. using System.Text;
  10. using System.Threading.Tasks;
  11. namespace NFine.Repository.SystemManage
  12. {
  13. public class OrganizeByVendorRepository : RepositoryBase<OrganizeByVendorEntity>, IOrganizeByVendorRepository
  14. {
  15. }
  16. }