mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-04 18:59:19 +00:00
8 lines
133 B
C#
8 lines
133 B
C#
namespace Teamified.Api.Teams.Models;
|
|
|
|
public class Ping
|
|
{
|
|
public Guid Id { get; set; }
|
|
public string Now { get; set; }
|
|
}
|