Пример #1
0
 public static int DeleteUser(int fid)
 {
     return(FileDAO.DeleteUser(fid));
 }