コード例 #1
0
 public List <CATEGORIA_USUARIO> GetAllItensAdm(Int32?id)
 {
     return(_baseRepository.GetAllItensAdm(id.Value));
 }