public int UpdateClientInfo(JCHVRF.Model.New.Client ObjClient) { return(_projectInfoDAL.UpdateClientInfo(ObjClient)); }
public int InsertClientInfo(JCHVRF.Model.New.Client ObjClient) { return(_projectInfoDAL.InsertClientInfo(ObjClient)); }