public UserTypes Get(Expression <Func <UserTypes, bool> > filter = null) { return(_userTypesDal.Get(filter)); }
public UserTypes GetById(int id) { return(_userTypesDal.Get(x => x.Kullanici_Tipi == id)); }