9 lines
174 B
C#
9 lines
174 B
C#
|
|
namespace OnlineSalesAutoCrop.CoreAPI.Models.Objects
|
|||
|
|
{
|
|||
|
|
public class FoundKeywordItem
|
|||
|
|
{
|
|||
|
|
public string Keyword { get; set; }
|
|||
|
|
public int Occurrences { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|