Пример #1
0
 public IEnumerable <Usuario> GetUsuarioById(int id)
 {
     return(commonR.GetUsuarioById(id));
 }