足力健后端,使用.netcore版本,合并1个项目使用

Ipoint_agentRepository.cs 245B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Common;
  4. using System.Model.Call;
  5. using System.Text;
  6. namespace System.IRepositories.Call
  7. {
  8. public interface Ipoint_agentRepository : IRepository<point_agent>
  9. {
  10. }
  11. }