Example #1
0
 public Usuario GetId([FromUri] Int32 Id)
 {
     using (var db = new UsuarioRep())
     {
         return(db.Get(Id));
     }
 }