public static void Register() { EfmRepository efmRepository = new EfmRepository(); string sql = @""; efmRepository.ExecuteQuery(sql, new { }); }
public static void Authorize() { EfmRepository efmRepository = new EfmRepository(); string sql = @" "; efmRepository.ExecuteQuery(sql, new { }); }