Skip to content

Instantly share code, notes, and snippets.

@vmandic
Last active October 24, 2018 20:38
Show Gist options
  • Save vmandic/ac42f872f2f0db32924449dda50c79a4 to your computer and use it in GitHub Desktop.
Save vmandic/ac42f872f2f0db32924449dda50c79a4 to your computer and use it in GitHub Desktop.
meds-processor, p3, s1
using System.Collections.Generic;
using System.Threading.Tasks;
using MedsProcessor.Common.Models;
namespace MedsProcessor.Parser
{
public class HzzoExcelParser
{
public Task<ISet<HzzoMedsDownloadDto>> Run(ISet<HzzoMedsDownloadDto> meds)
{
return null;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment