Ejemplo n.º 1
0
 void ITimeZoneService.Delete(TimeZone timeZone)
 {
     _repository.Remove(timeZone);
 }