示例#1
0
 public void UpadteByClient(Ingredients ingredients)
 {
     _repo.UpdateByClient(ingredients);
 }