using Shared.DTOs; namespace Front { public static class Fixedvalues { public static UserAuthenticationDTO Userinfo=new UserAuthenticationDTO(); } }