示例#1
0
 public void DeleteRestarurantAccount(RestarurantAccount resacc)
 {
     restarurantaccount.Delete(resacc);
 }
示例#2
0
 public void CreateRestarurantAccount(RestarurantAccount resacc)
 {
     restarurantaccount.Add(resacc);
 }