ENEI2019-Public/api/Dtos/updateJSONdto.cs

9 lines
145 B
C#
Raw Normal View History

2019-03-17 16:12:39 +00:00
using System.Collections.Generic;
namespace api.Dtos
{
public class updateJSONdto
{
2019-04-04 01:24:06 +01:00
public updateUsersDTO[] users{get;set;}
2019-03-17 16:12:39 +00:00
}
}