Exemplo n.º 1
0
 public static string GetFilePhysicalPath(int type, int id)
 {
     return(FileDB.GetFilePhysicalPath(type, id));
 }