示例#1
0
 public void Eat(IEdable food)
 {
    throw new NotImplementedException();
 }
示例#2
0
 //Method
 public void Eat(IEdable food)
 {
 }