Skip to content

Commit 5a23ee3

Browse files
committed
Consertado campo do recurso
1 parent 5c4b984 commit 5a23ee3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TesteBackendEnContact.Api/Resources/ContactBookResource.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class ContactBookResource
88
public int Id { get; set; }
99
public string Name { get; set; }
1010
public string Description { get; set; }
11-
//public string UserId { get; set; }
12-
//public ICollection<Contact> Contacts { get; set; }
11+
public int CompanyId { get; set; }
1312
}
1413
}

0 commit comments

Comments
 (0)