コード例 #1
0
 public bool Delete(long id)
 {
     return(_db.DeletProductById(id));
 }