public void Create(user entity) { _idataaccessdal.Create(entity); }
public void Create(role entity) { _idataaccessdal.Create(entity); }