예제 #1
0
파일: About.cs 프로젝트: kencentre/X-Wcf
 public bool DeleteList(string IDlist)
 {
     return(dal.DeleteList(IDlist));
 }