Skip to content

Commit 8280959

Browse files
Update Web/Resgrid.Web/Areas/User/Models/Training/EditTrainingModel.cs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9816662 commit 8280959

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
using System.Collections.Generic;
22
using Resgrid.Model;
33

4+
using System.Collections.Generic;
5+
46
namespace Resgrid.Web.Areas.User.Models.Training
57
{
68
public class EditTrainingModel
79
{
8-
public Training Training { get; set; }
10+
public Resgrid.Model.Training Training { get; set; }
911
public string Message { get; set; }
1012
public bool SendToAll { get; set; }
1113
public List<string> ExistingUserIds { get; set; }
1214
}
15+
}
1316
}

0 commit comments

Comments
 (0)