예제 #1
0
 public bool CheckAreaNameExist(Area area)
 {
     return(_areaRepository.CheckAreaNameExist(area));
 }