예제 #1
0
 public Protocols.Response.CodeList Get()
 {
     return(new Protocols.Response.CodeList
     {
         Datas = TypesUtil.ToEnumerable <CrawlingType>()
                 .Where(x => x != CrawlingType.Rss)
                 .ToList()
                 .ConvertAll(x => x.ToString())
     });
 }