Exemplo n.º 1
0
 public DatasetDto Get(int id)
 {
     try
     {
         return(_datasetService.GetById(id, UserId));
     }
     finally
     {
         DbContext.Dispose();
     }
 }