Пример #1
0
        public static ResourceInfo ResourceInfo_Get(int OCID, int FileType, int FolderID, int DateSpan, string SearchKey)
        {
            int          UserID  = UserService.CurrentUser.UserID;
            ISitePreview sitebll = new SitePreviewBLL();

            return(sitebll.ResourceInfo_Get(OCID, UserID, FileType, FolderID, DateSpan, SearchKey));
        }
Пример #2
0
 public static ResourceInfo ResourceInfo_Get(int OCID, int FileType, int FolderID, int DateSpan, string SearchKey)
 {
     int UserID = UserService.CurrentUser.UserID;
     ISitePreview sitebll = new SitePreviewBLL();
     return sitebll.ResourceInfo_Get(OCID, UserID, FileType, FolderID, DateSpan, SearchKey);
 }