PLAINCONCEPTS\ccanizares c29b783d93 rename identity project
2017-01-30 11:35:16 +01:00

13 lines
229 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace eShopOnContainers.Identity
{
public class AppSettings
{
public string MvcClient { get; set; }
}
}