public IList<Labour> Labours { get; set; }
public class Labour
{
public string WorkDates { get; set; }
public string WorkHour { get; set; }
}
I have this code above on my class.
How can i add this to my Create View Razor? can anyone tell me please. Also how i can add another Labour in running time.