Ejemplo n.º 1
0
 bool ValidateInformation()
 {
     if (Photo == null || !Photo.Any())
     {
         return(false);
     }
     return(true);
 }