コード例 #1
0
ファイル: FtpServerService.cs プロジェクト: FJRLK/FtpCrawler
 public void Update(Data.Models.FtpServer model)
 {
     //Update item
     _repo.Update(model);
 }
コード例 #2
0
ファイル: FtpFileService.cs プロジェクト: FJRLK/FtpCrawler
 public void Update(Data.Models.FtpFile model)
 {
     //Update item
     _repo.Update(model);
 }