コード例 #1
0
 public KhachHangDto GetKHDto(string user)
 {
     return(KHservice.KhachHang_GetByUser(user));
 }