Exemplo n.º 1
0
 public IEnumerable <Components.Entities.CMS.CMSGroup> cms_Groups_Get(Components.Contracts.CMS.CMSGroupType groupType)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public IEnumerable <Components.Entities.CMS.CMSContent> cms_Contents_Get(int applicationId, Components.Contracts.CMS.CMSGroupType groupType)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public int cms_Groups_InsertOrUpdate(int groupId, string name, string description, Components.Contracts.CMS.CMSGroupType groupType)
 {
     throw new NotImplementedException();
 }