C# 클래스 AnujBank.FeedProcessor

파일 보기 프로젝트 열기: vinodkumaar/AnujBank 1 사용 예제들

공개 메소드들

메소드 설명
FeedProcessor ( IRepository repository, string feedPath ) : System
Process ( ) : void

비공개 메소드들

메소드 설명
Load ( string feedPath ) : void
ProcessRow ( string row ) : void

메소드 상세

FeedProcessor() 공개 메소드

public FeedProcessor ( IRepository repository, string feedPath ) : System
repository IRepository
feedPath string
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void