i have customer class and customer dto class. now i am passing customerdto which i like to save to db using dbcontext.
can i write dbcontext.customer.add(customerdto)?
i have customer class and customer dto class. now i am passing customerdto which i like to save to db using dbcontext.
can i write dbcontext.customer.add(customerdto)?