Exemplo n.º 1
0
 public Resturaunts Add(Resturaunts Data)
 {
     db.Add(Data);
     return(Data);
 }