示例#1
0
 public static bool Add(FileInfo fileInfo)
 {
     fileInfo.Id = GetMaxId() + 1;
     return(dal.Add(fileInfo));
 }