예제 #1
0
 public void DeleteCustomerById(long id)
 {
     using (ISQLConnection dataSource = DataSource)
     {
         dataSource.DeleteCustomerById(id);
     }
 }