00001 using System; 00002 using System.Collections.Generic; 00003 using System.Text; 00004 00005 namespace Foodolini.BusinessLogic 00006 { 00007 public enum Gender 00008 { 00009 Male, 00010 Female 00011 } 00012 }