コード例 #1
0
ファイル: NhanVienBUS.cs プロジェクト: thanghuy/ToDoList
 public List <NhanVienDTO> allNV()
 {
     return(service.allNV());
 }