Exemplo n.º 1
0
 public static T Map <T>(string sectionName = null, string configFilePath = null)
 {
     return(Engine.Map <T>(sectionName, configFilePath));
 }
Exemplo n.º 2
0
 public static T Map <T>(string sectionName = null)
 {
     return(Engine.Map <T>(sectionName));
 }