C# Class AnujBank.FeedProcessor

Afficher le fichier Open project: vinodkumaar/AnujBank Class Usage Examples

Méthodes publiques

Méthode Description
FeedProcessor ( IRepository repository, string feedPath ) : System
Process ( ) : void

Private Methods

Méthode Description
Load ( string feedPath ) : void
ProcessRow ( string row ) : void

Method Details

FeedProcessor() public méthode

public FeedProcessor ( IRepository repository, string feedPath ) : System
repository IRepository
feedPath string
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void