10 lines
135 B
C#
10 lines
135 B
C#
using System;
|
|
|
|
namespace azure_functions_talk
|
|
{
|
|
public class Fried : Batter
|
|
{
|
|
public bool Done = true;
|
|
|
|
}
|
|
} |