Example #1
0
 public static bool AddImage(IUserLogic userLogic, int userId, string pathOfTheAddedImage)
 {
     return(userLogic.AddImage(userId, pathOfTheAddedImage));
 }