Example #1
0
 public async Task <RollPost> Get(Guid publicId)
 {
     return(await _database.GetRollDetailsAsync(publicId));
 }