Beispiel #1
0
 public int DeleteOrganizationById(int id)
 {
     return(OrganizationDal.DeleteOrganizationById(id));
 }