Skip to content

Commit

Permalink
Removed LastModified already present in base class (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaolo71 authored Dec 3, 2024
1 parent 54d9a31 commit 2898102
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions FortnoxSDK/Search/CustomerSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ public class CustomerSearch : BaseSearch
[SearchParameter]
public string GLNDelivery { get; set; }

[SearchParameter]
public DateTime LastModified { get; set; }

[SearchParameter]
public string Name { get; set; }

Expand All @@ -40,4 +37,4 @@ public class CustomerSearch : BaseSearch

[SearchParameter]
public string ZipCode { get; set; }
}
}

0 comments on commit 2898102

Please sign in to comment.