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