Beispiel #1
0
 public abstract bool InsertActualProfile(RecipeProfileDS recipeprofile);
Beispiel #2
0
 /// <summary>
 /// 每片板的数据
 /// </summary>
 /// <param name="recipeprofile"></param>
 /// <returns></returns>
 public override bool InsertActualProfile(RecipeProfileDS recipeprofile)
 {
     throw new NotImplementedException();
 }