2013-12-23 12:02:11 +04:00
|
|
|
/*
|
|
|
|
JustMock Lite
|
2019-01-09 15:16:41 +03:00
|
|
|
Copyright © 2010-2014 Progress Software Corporation
|
2013-12-23 12:02:11 +04:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
2014-10-10 12:15:48 +04:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2013-12-23 12:02:11 +04:00
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
|
|
|
using Telerik.Sitefinity.GenericContent.Model;
|
|
|
|
|
|
|
|
namespace Telerik.Sitefinity.News.Model
|
|
|
|
{
|
2024-11-12 15:05:43 +03:00
|
|
|
public class NewsItem : Content
|
|
|
|
{
|
|
|
|
}
|
2013-12-23 12:02:11 +04:00
|
|
|
}
|