Exemplo n.º 1
0
 public bool Delete(object RecipeHeaderID)
 {
     return(RecipeHeader.Delete(RecipeHeaderID) == 1);
 }