public void AddProfile(RazorProfile profile)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public static void AddProfile(RazorProfile profile)
 {
     RazorService.AddProfile(profile);
 }