MAL Interest Stacks (#2932)
This commit is contained in:
parent
29eb65c783
commit
b23300b1a4
61 changed files with 4104 additions and 382 deletions
|
|
@ -69,4 +69,10 @@ public class AppUserCollectionBuilder : IEntityBuilder<AppUserCollection>
|
|||
_collection.CoverImage = cover;
|
||||
return this;
|
||||
}
|
||||
|
||||
public AppUserCollectionBuilder WithSourceUrl(string url)
|
||||
{
|
||||
_collection.SourceUrl = url;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue