Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Models/Pharmacy.cs

    rc406ae5 ra8ccc2c  
    1414        public string Address { get; set; }
    1515        public bool WorkAllTime { get; set; }
    16         public Pharmacy(string Name, string Location, string Address, bool WorkAllTime)
    17         {
    18             this.Name = Name;
    19             this.Location = Location;
    20             this.Address = Address;
    21             this.WorkAllTime = WorkAllTime;
    22         }
    2316    }
    2417}
Note: See TracChangeset for help on using the changeset viewer.