feat(frontend+backend): connect api backend with frontend
This commit is contained in:
@@ -9,7 +9,7 @@ namespace NimbusFlow.Frontend.Models
|
||||
public string? PhoneNumber { get; set; }
|
||||
public int? ClassificationId { get; set; }
|
||||
public string? Notes { get; set; }
|
||||
public bool IsActive { get; set; } = true;
|
||||
public int IsActive { get; set; } = 1;
|
||||
public DateTime? LastScheduledAt { get; set; }
|
||||
public DateTime? LastAcceptedAt { get; set; }
|
||||
public DateTime? LastDeclinedAt { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user