예제 #1
0
파일: Service.cs 프로젝트: Dmit0/Daily-Meal
 public bool CheckProduct(string name)
 {
     return(productDao.CheckProduct(name));
 }