public int Update(Infostate infostate) { return(bll.Update(infostate)); }
public int Create(Infostate infostate) { return(bll.Create(infostate)); }