Skip to content

Commit

Permalink
Added a TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoeduardo committed Jul 30, 2019
1 parent 8c8dcc0 commit 88be9cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Core/src/Umbrella.Utilities/Mime/MimeTypeUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,11 @@ public class MimeTypeUtility : IMimeTypeUtility
};
#endregion

#region IMimeTypeUtility
#region Constructors
// TODO V3: Add a ctor that accepts a logger and wrap the public method bodies in try...catch.
#endregion

#region IMimeTypeUtility Members
/// <summary>
/// Gets the MIME Type of the specified filename or extension.
/// If the extension cannot be identified then the default type of application/octet-stream will be returned.
Expand Down

0 comments on commit 88be9cb

Please sign in to comment.