예제 #1
0
 public IEnumerable <TotalGeralUfViewModel> TotalGeralUf(string uf)
 {
     return(_totalGeralUfService.ObterPorUf(uf));
 }