コード例 #1
0
 public Tbllocalidade FindLocalidade(int id)
 {
     return(CrudMySql.GetLocalidade(id));
 }