Posts by paulo gama • 11 points
2 posts
-
0
votes1
answer237
viewsQ: Problem in Saving Many to Many Relationship with Core Entity Framework
I’m having trouble saving a relationship from many to many with Entity Framework Core I have the following entities [Table("quadros")] public class Quadro : BaseEntity { public bool Ativo { get;…
-
0
votes1
answer230
viewsQ: Subscribe problem when return is a single Object
I am developing an application at angular 6 and am having a problem when I do Subscribe in the method that returns a single object in the HTTP request. For example, making this request by my…