-
Hello, I was hoping someone can help me out. I just started working on a new Blazor app and I have been trying to figure out how to get a business object with more than one parameter. In the past we used CriteriaBase but I’ve read that its no longer being used and I cant seem to figure out the method signatures to do it. This is what I’m trying to do. I’m also not entirely sure what the IEmployeeDal interface should look like. Any assistance would be appricated. I done it with pass version of CSLA but I cant find my samples.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It should look be something like:
Your static method should not have the [Fetch] attribute. You can remove the static method and just call the DataPortal method with the required parameters. |
Beta Was this translation helpful? Give feedback.
-
Thank you @JacoJordaan |
Beta Was this translation helpful? Give feedback.
Thank you @JacoJordaan