New Year Bugs (#2513)
This commit is contained in:
parent
fcacd67d71
commit
5dfcccba7a
32 changed files with 230 additions and 142 deletions
|
@ -28,6 +28,7 @@ public class RatingBuilder : IEntityBuilder<AppUserRating>
|
|||
|
||||
public RatingBuilder WithTagline(string? tagline)
|
||||
{
|
||||
if (string.IsNullOrEmpty(tagline)) return this;
|
||||
_rating.Tagline = tagline;
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue