a bunch of stuff
This commit is contained in:
@@ -21,6 +21,13 @@
|
||||
|
||||
public class HomePageModel : HomePageRecord
|
||||
{
|
||||
public static string PageName = "Home";
|
||||
public enum ContentCardTypes
|
||||
{
|
||||
Service,
|
||||
Trust,
|
||||
}
|
||||
|
||||
public string BusinessName { get; set; }
|
||||
public string FormattedPhoneNumber { get; set; }
|
||||
public string PhoneNumberCallLink { get; set; }
|
||||
@@ -69,7 +76,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
public class BusinessConfig : BusinessConfigRecord
|
||||
public class RepairRequestModel : RepairRequestRecord
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user