Exemplo n.º 1
0
 public bool CheckAreaNameExist(Area area)
 {
     return(_areaRepository.CheckAreaNameExist(area));
 }