示例#1
0
 public IQueryable <WEB_SERVICE_TYPES_V> ListServices(string serviceName)
 {
     return(ServiceTypeRepo.GetAll());
 }
示例#2
0
 public IQueryable <WEB_SERVICE_TYPES_V> GetServices()
 {
     return(ServiceTypeRepo.GetAll());
 }