Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Castle.Igloo / Igloo.Clinic.Services / Interfaces / IPatientService.cs
blob759c4a7e7aeeab00925177b50606712732b5275a
1 using System.Collections;
2 using System.Collections.Generic;
3 using Igloo.Clinic.Domain;
5 namespace Igloo.Clinic.Services.Interfaces
7 public interface IPatientService
9 IList<Patient> RetrievePatients(Doctor doctor);