Files
Proftaak-RH-B4/DoctorApp/ViewModels/ClientInfoViewModel.cs
2020-10-12 12:50:38 +02:00

11 lines
148 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace DoctorApp.ViewModels
{
class ClientInfoViewModel
{
}
}