AnujBank.FeedProcessor.FeedProcessor C# (CSharp) Method

FeedProcessor() public method

public FeedProcessor ( IRepository repository, string feedPath ) : System
repository IRepository
feedPath string
return System
        public FeedProcessor(IRepository repository, string feedPath)
        {
            Repository = repository;
            Load(feedPath);
        }