CarbonFitness.App.Web.Controllers.ViewTypeConverters.GenderViewTypeConverter.GenderViewTypeConverter C# (CSharp) Метод

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

public GenderViewTypeConverter ( IUserProfileBusinessLogic userProfileBusinessLogic, IGenderTypeBusinessLogic genderTypeBusinessLogic ) : System.Collections.Generic
userProfileBusinessLogic IUserProfileBusinessLogic
genderTypeBusinessLogic IGenderTypeBusinessLogic
Результат System.Collections.Generic
        public GenderViewTypeConverter(IUserProfileBusinessLogic userProfileBusinessLogic, IGenderTypeBusinessLogic genderTypeBusinessLogic)
        {
            UserProfileBusinessLogic = userProfileBusinessLogic;
            GenderTypeBusinessLogic = genderTypeBusinessLogic;
        }