Last active
October 24, 2018 20:38
-
-
Save vmandic/ac42f872f2f0db32924449dda50c79a4 to your computer and use it in GitHub Desktop.
meds-processor, p3, s1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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