Exemplo n.º 1
0
 public static List <TaiKhoan_DTO> takeALLAccount(string TenNV)
 {
     return(TaiKhoan_DAO.takeAccount(TenNV));
 }