MyBookmark/Modules.Rating.Application/Querirs/ObjectRatingQuery.cs
2024-10-21 01:52:41 +03:00

13 lines
218 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Modules.Rating.Application.Querirs
{
internal class ObjectRatingQuery
{
}
}