Exemplo n.º 1
0
 public List <KullaniciRoleItem> GetUserRoles(Kullanici user)
 {
     return(_kullaniciDal.GetUserRoles(user));
 }