Ejemplo n.º 1
0
 private bool Delete(SecurityGroupType itemType)
 {//deletes are done indenpendently of the repository as a delete will not commit
     //dirty records it will simply just delete the record...
     _serviceAgent.DeleteFromSecurityGroupTypeRepository(itemType);
     return(true);
 }