Example #1
0
 public void Remove(Shop shop)
 {
     context.Remove(shop);
 }
Example #2
0
 public void Remove(Employee employee)
 {
     context.Remove(employee);
 }
Example #3
0
 public void Remove(Simcard simcard)
 {
     context.Remove(simcard);
 }
Example #4
0
 public void Remove(Branch branch)
 {
     context.Remove(branch);
 }