示例#1
0
 public Resturaunts Add(Resturaunts Data)
 {
     db.Add(Data);
     return(Data);
 }