Add the access layer folger and the patient class

This commit is contained in:
ismail 2018-06-08 15:32:27 +02:00
parent e37c860403
commit 9c33ad24cd
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Web_Server_EHEC.DAL
{
public class PatientDAL
{
}
}