예제 #1
0
 void ITimeZoneService.Delete(TimeZone timeZone)
 {
     _repository.Remove(timeZone);
 }