Example #1
0
 public bool Delete(Guid OutputId)
 {
     return(OutputService.Delete(EmployeeEntity, OutputId));
 }