Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
namespace app.Share.Common
|
||||
{
|
||||
public class LoginSelectCriterion : SelectCriterion
|
||||
{
|
||||
public DateTimeOffset? TimeFrom { get; set; }
|
||||
public DateTimeOffset? TimeTo { get; set; }
|
||||
public string HostName { get; set; }
|
||||
public string UserName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user