10 lines
201 B

using System;
namespace WebApp.Outlook.Models
{
public class TeamFunSettings
{
public Boolean AllowGiphy { get; set; }
public string GiphyContentRating { get; set; }
}
}