mirror of https://github.com/abpframework/abp.git
9 changed files with 25 additions and 9 deletions
@ -1,9 +1,9 @@ |
|||
using System.IO; |
|||
using System.Linq; |
|||
|
|||
namespace Volo.CmsKit.MediaDescriptors.Extensions |
|||
namespace Volo.CmsKit.MediaDescriptors |
|||
{ |
|||
public static class MediaDescriptorCheck |
|||
public static class MediaDescriptorChecks |
|||
{ |
|||
public static bool IsValidMediaFileName(string name) |
|||
{ |
|||
Loading…
Reference in new issue