C# Class AnujBank.FeedProcessor

Show file Open project: vinodkumaar/AnujBank Class Usage Examples

Public Methods

Method Description
FeedProcessor ( IRepository repository, string feedPath ) : System
Process ( ) : void

Private Methods

Method Description
Load ( string feedPath ) : void
ProcessRow ( string row ) : void

Method Details

FeedProcessor() public method

public FeedProcessor ( IRepository repository, string feedPath ) : System
repository IRepository
feedPath string
return System

Process() public method

public Process ( ) : void
return void