Ejemplo n.º 1
0
 public bool IsShortFileNameValid(string fileName)
 {
     return(_pathService.IsShortFileNameValid(fileName));
 }