Ejemplo n.º 1
0
 public Components.Entities.CMS.CMSFile cms_FilesTemp_Get(int tempFileId, Components.Contracts.CMS.FileType fileTypeFilter)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public int cms_FilesTemp_DeleteByUserId(int userId, Components.Contracts.CMS.FileType fileType)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public int cms_FilesTemp_Insert(int?userId, Components.Contracts.CMS.FileType fileType, string fileName, byte[] content, string contentType, int contentSize, string friendlyFileName, int height, int width)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public int cms_Files_Update(int fileId, int?userId, Components.Contracts.CMS.FileType fileType, string fileName, byte[] content, string contentType, int?contentSize, string friendlyFileName, int?height, int?width, int?contentId, IEnumerable <string> tags)
 {
     throw new NotImplementedException();
 }