Пример #1
0
 public bool Delete(Guid InputId)
 {
     return(InputService.Delete(EmployeeEntity, InputId));
 }