Change bills on time to bool
parent
1e982b18fb
commit
24ac9e579a
|
|
@ -61,7 +61,7 @@ namespace OFBButte.Entities
|
|||
public bool RepentanceNecessary { get; set; }
|
||||
public string RepentanceDefinition { get; set; }
|
||||
public bool Fundamentalist { get; set; }
|
||||
public string BillsOnTime { get; set; }
|
||||
public bool BillsOnTime { get; set; }
|
||||
public string LateBills { get; set; }
|
||||
public string LateBillActionTaken { get; set; }
|
||||
public string PotentialHarvest { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue