예제 #1
0
 public R_PHistoryDataToDb()
 {
     FilePath           = ConfigurationManager.FileConfiguration.GetString("FileDataToDbPath", @"C:/LocalDb") + "\\PHistory\\";
     phistoryRepositoty = ServiceFactory.Create <IR_PhistoryRepository>();
 }
 public R_PhistoryService(IR_PhistoryRepository _Repository)
 {
     this._Repository = _Repository;
 }