Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1-alpha.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
uialberto committed Nov 15, 2018
2 parents 2ca1356 + 1e4f912 commit a5c0b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public ResultList()
Elements = new List<TElement>();
}
public List<TElement> Elements { get; set; }

public int TotalElements { get; set; }
public int TotalPage { get; set; }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public ResultFileDto()

}
public byte[] Content { get; set; }

public string Name { get; set; }
public List<string> TypesMime { get; set; }

Expand Down

0 comments on commit a5c0b8d

Please sign in to comment.