C# Класс CloudMetal.AllScripts.Services.DoctorService

Наследование: IDoctorService
Показать файл Открыть проект

Открытые методы

Метод Описание
AssociateDoctor ( Doctor doctor, DoctorPart doctorPart ) : Doctor
DoctorService ( IOrchardServices orchardServices, IRepository doctorRepository, IUnityClient unityClient ) : System
GetUnityDoctors ( ) : IQueryable
GetUnityPatients ( ) : IQueryable

Описание методов

AssociateDoctor() публичный Метод

public AssociateDoctor ( Doctor doctor, DoctorPart doctorPart ) : Doctor
doctor CloudMetal.AllScripts.Models.Doctor
doctorPart DoctorPart
Результат CloudMetal.AllScripts.Models.Doctor

DoctorService() публичный Метод

public DoctorService ( IOrchardServices orchardServices, IRepository doctorRepository, IUnityClient unityClient ) : System
orchardServices IOrchardServices
doctorRepository IRepository
unityClient IUnityClient
Результат System

GetUnityDoctors() публичный Метод

public GetUnityDoctors ( ) : IQueryable
Результат IQueryable

GetUnityPatients() публичный Метод

public GetUnityPatients ( ) : IQueryable
Результат IQueryable