We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4b984 commit 5a23ee3Copy full SHA for 5a23ee3
TesteBackendEnContact.Api/Resources/ContactBookResource.cs
@@ -8,7 +8,6 @@ public class ContactBookResource
8
public int Id { get; set; }
9
public string Name { get; set; }
10
public string Description { get; set; }
11
- //public string UserId { get; set; }
12
- //public ICollection<Contact> Contacts { get; set; }
+ public int CompanyId { get; set; }
13
}
14
0 commit comments