Exemplo n.º 1
0
 public SpecialResource(AppInfo app, int perm, string relativeFilePath, string rawUrl, string contentType) : base(app, relativeFilePath, rawUrl, contentType)
 {
     _perm = perm;
 }
Exemplo n.º 2
0
 static string swap(AppInfo s) => (s?.AppName ?? "").Trim();
Exemplo n.º 3
0
 public AdminResource(AppInfo appInfo, string filePath, string rawUrl, string contentType) : base(appInfo, filePath, rawUrl, contentType)
 {
 }