示例#1
0
 public GeneroDTO Detalhar(int?id)
 {
     return(generoDAL.Detalhar(id));
 }