Example #1
0
 public void Create(int id, int count)
 {
     if (User.Identity.Name == "Dima")
     {
         service.AddProduct(id, count);
     }
 }