protected virtual NhaCungCap ModelToEntity(NhaCungCapModel model) { NhaCungCap a = chatLieuService.GetById(model.ID); return(a == null ? null : model.ToEntity(a)); }
public ActionResult CapNhat(int id) { return(View(nhaCungCap.GetById(id))); }