C# 클래스 GoatTrip.RestApi.Models.LocationGroupModel

파일 보기 프로젝트 열기: NHSChoices/location-service

공개 메소드들

메소드 설명
LocationGroupModel ( ) : DAL.DTOs
LocationGroupModel ( string description, int count, string next ) : DAL.DTOs

메소드 상세

LocationGroupModel() 공개 메소드

public LocationGroupModel ( ) : DAL.DTOs
리턴 DAL.DTOs

LocationGroupModel() 공개 메소드

public LocationGroupModel ( string description, int count, string next ) : DAL.DTOs
description string
count int
next string
리턴 DAL.DTOs