private void GetData() { InvoiceTypeList = InvoiceTypes.GetAll().ToSvenTechCollection(); PaymentConditionList = PaymentConditions.GetAll().ToSvenTechCollection(); UserList = Users.GetAll().ToSvenTechCollection(); }
public PaymentConditionViewModel() { PaymentConditionList = PaymentConditions.GetAll().ToSvenTechCollection(); SetCommands(); ValueLabel = "Dauer (in Tagen)"; }