This commit is contained in:
@@ -3,9 +3,9 @@ namespace rockfishCore.Models
|
||||
//Used to populate list routes for return
|
||||
public class dtoCustomerListItem
|
||||
{
|
||||
public bool active;
|
||||
public bool lapsed;
|
||||
public long id;
|
||||
public string name;
|
||||
public bool active { get; set; }
|
||||
public bool lapsed { get; set; }
|
||||
public long id { get; set; }
|
||||
public string name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user