Posts by Isa Borges • 31 points
2 posts
-
1
votes1
answer108
viewsQ: Display <list> in Datagrid with 2 different classes c#
I have two classes PET and CUSTOMER(Inherits from PERSON) ` private int codPet; private string nome; private string especie; private string raca; private string porte; private string sexo; private…
c#asked Isa Borges 31 -
0
votes3
answers681
viewsQ: SQL-Select To calculate seller commission
I need to calculate a seller’s salary + 10% on each service he performs. I thought about making a select with a COUNT and then doing the calculation. But I’m not getting it. Here’s what I tried,…
sqlasked Isa Borges 31