Skip to content

Commit

Permalink
Use prototype of generated code (MvvmFx#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfreitasleal committed Mar 24, 2018
1 parent 4fd44ee commit b04f83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Codisa.InterwayDocs.Business.SearchObjects
{
public partial class SearchCriteriaBase<T> : BusinessBase<T>
public abstract partial class SearchCriteriaBase<T> : BusinessBase<T>
where T : SearchCriteriaBase<T>, IGenericCriteriaInformation
{

Expand Down

0 comments on commit b04f83a

Please sign in to comment.